home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2000 February / MacFormat 87.iso / Shareware Plus / Applications / PowerReplace 6.6 ƒ / PowerReplace 6.6 / PowerReplace 6.6.rsrc / STR#_1000.txt < prev    next >
Encoding:
Text File  |  2000-02-03  |  2.1 KB  |  126 lines

  1. The string is too long.
  2.  
  3. 1. One line must have less than 4096 characters.
  4. 2. For type II filter, the second string must have less than 32 characters. Note that adding a line like
  5. "AA" "AA"
  6. turn this filter to type I.(See "Technical Note")
  7.  
  8. Special character \^p1^ no defined. 
  9.  
  10. List of special characters:
  11. \\, \", \*, \t, \n, \r, \d, \x, \o, \>.
  12.  
  13. See also: "Filter Syntax Reference".
  14.  
  15. Too many *.
  16.  
  17. Bad examples:
  18. "a*b*c" "xy"  % number of * in first string must be 0 or 1
  19. "a*b"   "x*y" % can not use * in the second string
  20. "*a" "A" 
  21.  
  22. Good example:
  23. "a*b\*c"  "x\*y" % \* means *
  24.  
  25. See also: "Filter Syntax Reference"
  26.  
  27. ^p1^: Hex-number format error.
  28.  
  29. Bad examples:
  30. $A9876$ "K" %length odd
  31. $Z4$    "K" % Z not in {0-9, A-F}
  32.  
  33. Can not set this filter to type I. (first-string has more than one characters)
  34.  
  35. See also: "Tachnical Note"
  36.  
  37. ^p1^: Digit error in dec/hex/oct number.
  38.  
  39. Bad examples:
  40. "\dz"  "K" % must be \d1-\d255
  41. "\xXY" "K" % must be \x00-\xFF
  42. "ABC"  "abc" (K, 1) % K: not a number
  43.  
  44. See also: "Filter Syntax Reference"
  45.  
  46. Second string can't to be regular expression.
  47.  
  48. Bad examples:
  49. "ABC" 'abc'
  50. Try:
  51. "ABC" "abc"
  52.  
  53. Define error.
  54.  
  55. List of define:
  56. #meta "/" % use / as meta
  57. #meta ""  % do not meta
  58. #type 1   % filter type I
  59. #type 2   % filter type II
  60.  
  61. See also: "Filter Syntax Reference"
  62.  
  63. ^p1^: Need an open " ' or $
  64.  
  65. Bad examples:
  66. AA   aa % try "AA" "aa"
  67. "AA" aa % try "AA" "aa"
  68.  
  69. If the filter looks like ‚Äúno error‚Äù, it may contain some control characters.
  70.  
  71. Need a close ^p1^
  72.  
  73. Bad example:
  74. "AA" "aa % Try:"AA" "aa"
  75.  
  76. If the filter looks like ‚Äúno error‚Äù, it may contain some control characters.
  77.  
  78. ^p1^: Need CR to end the line
  79.  
  80. Bad examples:
  81. "AA" "aa" cc
  82. Try
  83. "AA" "aa" % cc
  84.  
  85. reserved
  86.  
  87. reserved. err insert (x,y)
  88.  
  89. reserved
  90.  
  91. Regular expression error:
  92.  
  93. Regular expression too complex.
  94.  
  95. Regular expression error:
  96.  
  97. Illegal occurrance op.
  98.  
  99. Regular expression error:
  100.  
  101. Class terminates badly.
  102.  
  103. Regular expression error:
  104.  
  105. Unterminated class.
  106.  
  107. Regular expression error:
  108.  
  109. Class too large
  110.  
  111. Regular expression error:
  112.  
  113. Empty class
  114.  
  115. Regular expression error:
  116.  
  117. Bad code
  118.  
  119. Too any regular expression: It mathes empty string.
  120.  
  121. Bad examples:
  122. 'a*' "X" 
  123. Try
  124. 'a+' "X"
  125.  
  126.